Skip to content

feat: add init dry-run#9

Merged
CoderDeltaLAN merged 1 commit into
mainfrom
feat/add-init-dry-run
Jun 9, 2026
Merged

feat: add init dry-run#9
CoderDeltaLAN merged 1 commit into
mainfrom
feat/add-init-dry-run

Conversation

@CoderDeltaLAN

Copy link
Copy Markdown
Owner

Adds read-only init dry-run planning.

Scope:

  • add init --dry-run command;
  • add read-only init plan model;
  • plan AGENTS.md creation when missing;
  • skip existing AGENTS.md without overwriting;
  • keep init without --dry-run blocked until write mode exists;
  • preserve check console, JSON and Markdown behavior;
  • redact secret-like repository values in init errors;
  • add CLI and unit tests for init planning.

Validation:

  • ./scripts/check.sh passed with 43 tests;
  • check console output verified;
  • check JSON output verified;
  • check Markdown output verified;
  • init --dry-run on a new repository does not write AGENTS.md;
  • init --dry-run on an existing AGENTS.md does not overwrite it;
  • init without --dry-run returns exit 2;
  • init dry-run invalid path returns exit 2;
  • secret-like repository values are redacted;
  • no raw secret-like literals in changed files.

@CoderDeltaLAN CoderDeltaLAN merged commit e735112 into main Jun 9, 2026
1 check passed
@CoderDeltaLAN CoderDeltaLAN deleted the feat/add-init-dry-run branch June 9, 2026 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant